toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser
/
[jvm]Closeable
Closeable
interface
Closeable
:
AutoCloseable
An object that may hold resources until it is closed.
Inheritors
Browser
Engine
JsPromise
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
Closes this object and releases all resources associated with it.
is
Closed
Link copied to clipboard
abstract
fun
isClosed
(
)
:
Boolean
Returns
true
if the current object is closed.